home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libgimp2.0 / README.Debian < prev    next >
Text File  |  2009-08-31  |  3KB  |  68 lines

  1. gimp for Debian GNU/Linux
  2. ----------------------------
  3.  
  4. Online Help:
  5. ------------
  6. To use the online documentation, you need to install the gimp-help-en package,
  7. and/or the appropriate gimp-help package for your language other than English,
  8. which will allow you to use both the Help menu from within The GIMP, as well
  9. as context help by pressing F1 while using a feature.
  10.  
  11. COMPILING PLUGINS:
  12. -----------------
  13.  
  14. If you wish to compile your own plug-ins, the easiest way is to use
  15. 'gimptool-2.0', a simple tool that comes in the libgimp2.0-dev package. 
  16. This works only if you have a plug-in whose source is a single .c file, 
  17. however:
  18.  
  19. gimptool-2.0 --install plug-in.c
  20.  
  21. Now wasn't that easy?
  22.  
  23.  
  24. Fonts in GIMP 2.0 (from http://www.gimp.org/unix/fonts.html)
  25. -----------------
  26.  
  27. In GIMP 2.0 font rendering is handled significantly different from the way it
  28. was done in GIMP 1.0 and 1.2. GIMP no longer uses the X server to render the
  29. fonts. Instead it uses Pango and the FreeType library. Font configuration is
  30. handled by a small library called Fontconfig. As a result you get much better
  31. font rendering with real antialiasing, support for bidirectional text and
  32. various scripts.
  33.  
  34. GIMP 2.0 (along with GTK 2) handles a variety of font formats, most notably
  35. TrueType, OpenType and Type1. It should be emphasized that it does not use the
  36. X server or any X font server, so don't be surprised if GIMP doesn't see the
  37. fonts you configured in your X11 setup.
  38.  
  39. Setting up Fonts for GIMP 2.0:
  40.  
  41. GIMP uses Fontconfig to handle fonts, so setting up fonts for GIMP 2.0 is
  42. merely a job of setting up Fontconfig. But GIMP is not the only application
  43. that uses Fontconfig. Recent desktops such as GNOME-2.4 use it as well, so
  44. there's a good chance that everything is properly setup already and fonts will
  45. just work for you. If they don't, you will have to create or edit your font
  46. configuration file as explained in the Fontconfig User Manual.
  47.  
  48. Adding Fonts (system-wide):
  49.  
  50. As soon as Fontconfig is properly setup, adding fonts is just a matter of
  51. placing them into a directory that is searched by Fontconfig. Have a look at
  52. /etc/fonts/fonts.conf (and perhaps /etc/fonts/local.conf) to find out what
  53. directories are searched. After copying the fonts there, you should run
  54. fc-cache to regenerate the fonts cache. Fonts added this way will be available
  55. to all applications using Fontconfig.
  56.  
  57. Adding Fonts (for GIMP only):
  58.  
  59. You might want to install fonts for use with GIMP only or you might not have
  60. permissions to install fonts system-wide. To make this possible, GIMP 2.0 also
  61. looks for fonts in the GIMP specific font search path that can be configured in
  62. your gimprc or from the Preferences Dialog. So, in order to install fonts to be
  63. used with GIMP, you can just copy them to ~/.gimp-2.6/fonts, press the Refresh
  64. button in the Fonts dialog and start using them.
  65.  
  66. ---
  67. Ari Pollak <ari@debian.org>  Aug. 5, 2004
  68.